:root{--ios-green:#30D158;--ios-green-pressed:#28b148;--ios-glass:rgba(240,240,240,0.18);--ios-glass-border:rgba(255,255,255,0.15);--text:#fff;--subtext:rgba(235,235,245,0.6);--font:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;width:100%;overflow:hidden;font-family:var(--font);background-color:#000;color:var(--text);-webkit-font-smoothing:antialiased}body{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.bg-gradient{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:radial-gradient(circle at 20% 20%,rgba(45,52,190,0.5),transparent 60%),radial-gradient(circle at 80% 80%,rgba(30,180,210,0.4),transparent 60%),radial-gradient(circle at 50% 50%,#1c1c1e 0,#000 100%);filter:blur(60px);animation:shift 15s ease-in-out infinite alternate}@keyframes shift{0%{background-position:0 0}100%{background-position:20px 20px}}main{width:100%;max-width:390px;padding:20px;padding-top:15vh;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center;height:100vh;justify-content:flex-start;gap:25px}.profile-section{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.avatar-wrapper{position:relative;width:120px;height:120px;margin-bottom:5px}.avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;box-shadow:0 8px 24px rgba(0,0,0,0.3);border:1px solid rgba(255,255,255,0.1)}.status-badge{position:absolute;bottom:5px;right:5px;width:22px;height:22px;background:var(--ios-green);border:3px solid #000;border-radius:50%}.text-content{display:flex;flex-direction:column;align-items:center;gap:8px}.text-content h1{font-size:2rem;font-weight:600;letter-spacing:-0.01em;text-shadow:0 2px 10px rgba(0,0,0,0.3);line-height:1.1}.subtitle{font-size:1.1rem;color:rgba(255,255,255,0.9);font-weight:500}.description{font-size:.95rem;color:var(--subtext);line-height:1.4;max-width:300px;margin-top:4px}.controls-section{width:100%;display:flex;flex-direction:column;gap:15px}.ios-btn{display:flex;justify-content:center;align-items:center;width:100%;background:var(--ios-green);color:#fff;text-decoration:none;font-weight:600;font-size:1.1rem;padding:18px;border-radius:50px;transition:transform .1s,background .2s;box-shadow:0 4px 12px rgba(48,209,88,0.3);gap:10px}.ios-btn:active{transform:scale(0.98);background:var(--ios-green-pressed)}.ios-btn svg{width:24px;height:24px;fill:currentColor}.glass-panel{background:var(--ios-glass);backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border-radius:24px;padding:20px;width:100%;border:1px solid var(--ios-glass-border);margin-top:10px;display:flex;flex-direction:column;gap:12px}.info-row{display:flex;justify-content:space-between;color:var(--subtext);font-size:.9rem;border-bottom:1px solid rgba(255,255,255,0.1);padding-bottom:12px}.info-row:last-child{border-bottom:none;padding-bottom:0}.info-val{color:#fff;font-weight:500}